Commit 38c844222c1c938be8b872b580984cab2044ed6c
1 parent
7adcd3c1
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 |