1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

PHP 7.3 fixes.

This commit is contained in:
Cameron
2019-02-07 17:12:23 -08:00
parent b56f81fa23
commit d4134c7f89
2 changed files with 16 additions and 5 deletions

View File

@@ -1424,8 +1424,8 @@ class user_class_admin extends user_class
case 'UPDATE' :
$this->save_edited_class($tree);
break;
default :
continue;
}
}
}