Ticket #400 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by anonymous

  • status changed from new to closed
  • resolution set to duplicate

duplicate of #398

Changed 2 years ago by kkkkoaaa

  • version set to 2.0
  • milestone set to Gregarius 0.4.4
Note: See TracTickets for help on using tickets.