Skip to Content.
Sympa Menu

cc-devel - [cc-devel] [ cctools-Bugs-2142227 ] ID3 tags page broken due to missing class

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: "SourceForge.net" <noreply AT sourceforge.net>
  • To: noreply AT sourceforge.net
  • Subject: [cc-devel] [ cctools-Bugs-2142227 ] ID3 tags page broken due to missing class
  • Date: Thu, 02 Oct 2008 11:29:27 +0000

Bugs item #2142227, was opened at 2008-10-02 12:04
Message generated for change (Comment added) made by ben_weiner
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);


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

>Comment By: ben_weiner (ben_weiner)
Date: 2008-10-02 12:29

Message:
Have just checked that this file is unchanged at current revision.

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

Comment By: ben_weiner (ben_weiner)
Date: 2008-10-02 12:07

Message:
Hi

Attached a file version of the patch as the indenting was lost.

Ben
File Added: cc-filetagger.php.patch

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2142227&group_id=80503




Archive powered by MHonArc 2.6.24.

Top of Page