Commit a25abb5a779dd8e020bd74e5fa7392f6e37287f7

Authored by nbm
1 parent 060a537a

Rename registerAdminCategories to registerAdminCategory.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4376 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/plugins/plugin.inc.php
@@ -60,7 +60,7 @@ class KTPlugin { @@ -60,7 +60,7 @@ class KTPlugin {
60 $this->_aAdminPages[$sFullname] = array($sName, $sClass, $sCategory, $sTitle, $sDescription, $sFilename, null, $this->sNamespace); 60 $this->_aAdminPages[$sFullname] = array($sName, $sClass, $sCategory, $sTitle, $sDescription, $sFilename, null, $this->sNamespace);
61 } 61 }
62 62
63 - function registerAdminCategories($sPath, $sName, $sDescription) { 63 + function registerAdminCategory($sPath, $sName, $sDescription) {
64 $this->_aAdminCategories[$sPath] = array($sPath, $sName, $sDescription); 64 $this->_aAdminCategories[$sPath] = array($sPath, $sName, $sDescription);
65 } 65 }
66 66