1
0
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:
Cameron
2015-11-22 10:00:46 -08:00
parent a047757fef
commit 6db8c7ddeb
5 changed files with 91 additions and 13 deletions

View File

@@ -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();