Ticket #400 (closed defect: duplicate)
Unsolvable requirements
| Reported by: | kimmo+key+gregarius.77ab71@… | Owned by: | mbonetti |
|---|---|---|---|
| Priority: | normal | Milestone: | Gregarius 0.4.4 |
| Component: | BUGS | Version: | 2.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In revision 1460:
- plugins use hidePrivate(), so plugin.php needs cls/user.php
- cls/user.php calls getThemeMedia(), so it needs themes.php
- themes.php calls rss_plugin_hook(), so it needs plugins.php
The problem changeset is apparently 1449, which introduces the call to getThemeMedia() in cls/user.php. There must be some changes that weren't included in this changeset that make the code compile.
Reverting r1449 and r1450 helped:
svn diff -r1448:1450 | patch -p -R
Change History
Note: See
TracTickets for help on using
tickets.
