Bugs item #2142227, was opened at 2008-10-02 12:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2142227&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: cchost
Group: cchost5_ccM3
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ben_weiner (ben_weiner)
Assigned to: Victor Stone (fourstones)
Summary: ID3 tags page broken due to missing class

Initial Comment:
URL: http://openfontlibrary5.localhost/admin/id3tags

Here's my fix (as I'm an end-user I've installed non-versioned source and then 
versioned the whole tree so I can learn about the codebase, so the revision 
number is mine, sorry)

Hope I have the bug correctly tagged.

Cheers,

--
Ben


--- cchost_lib/cc-filetagger.php        (revision 4)
+++ cchost_lib/cc-filetagger.php        (working copy)
@@ -223,6 +223,7 @@
     */
     function AdminTagger()
     {
+        require_once('cchost_lib/cc-page.php');
         CCPage::SetTitle("Configure ID3 Tagger");
         require_once('cchost_lib/cc-filetagger-admin.inc');
         $form = new CCAdminTaggerForm($this);


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2142227&group_id=80503
_______________________________________________
cc-devel mailing list
[email protected]
http://lists.ibiblio.org/mailman/listinfo/cc-devel

Reply via email to