mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Fix for undefined variable
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* Administration Area - User classes
|
* Administration Area - User classes
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/userclass2.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/userclass2.php,v $
|
||||||
* $Revision: 1.35 $
|
* $Revision: 1.36 $
|
||||||
* $Date: 2009-11-23 01:17:29 $
|
* $Date: 2009-11-26 21:43:38 $
|
||||||
* $Author: e107coders $
|
* $Author: bugrain $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -893,12 +893,12 @@ class uclass_manager
|
|||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
$frm = new uclassFrm;
|
$frm = new uclassFrm;
|
||||||
$ns = e107::getRender();
|
$ns = e107::getRender();
|
||||||
|
$mes = e107::getMessage();
|
||||||
|
|
||||||
|
|
||||||
if (!$total = $sql->db_Select('userclass_classes', '*'))
|
if (!$total = $sql->db_Select('userclass_classes', '*'))
|
||||||
{
|
{
|
||||||
$text = "";
|
$text = "";
|
||||||
$mes = e107::getMessage();
|
|
||||||
$mes->add(UCSLAN_7, E_MESSAGE_INFO);
|
$mes->add(UCSLAN_7, E_MESSAGE_INFO);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user