mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Method needs to be public
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/userclass_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/userclass_class.php,v $
|
||||||
| $Revision: 1.39 $
|
| $Revision: 1.40 $
|
||||||
| $Date: 2009-08-19 21:33:20 $
|
| $Date: 2009-08-19 21:43:46 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -1140,8 +1140,8 @@ class user_class_admin extends user_class
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Return an unused class ID - FALSE if none spare. Misses the predefined classes. **** May need to be public rather than protected
|
// Return an unused class ID - FALSE if none spare. Misses the predefined classes.
|
||||||
protected function findNewClassID()
|
public function findNewClassID()
|
||||||
{
|
{
|
||||||
$i = 1;
|
$i = 1;
|
||||||
// Start by allocating a new class with a number higher than any previously allocated
|
// Start by allocating a new class with a number higher than any previously allocated
|
||||||
|
Reference in New Issue
Block a user