mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Should fix #1229 - Rebuild userclass tree after adding new class.
This commit is contained in:
@@ -2706,6 +2706,7 @@ class e_front_model extends e_model
|
||||
if(!$this->data_has_changed && !$force)
|
||||
{
|
||||
$this->addMessageInfo(LAN_NO_CHANGE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
$sql = e107::getDb();
|
||||
|
Reference in New Issue
Block a user