mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Remove User_Adapter
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
*/
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Model\Entities\User;
|
||||
|
||||
class patch_381alpha3a implements patchInterface
|
||||
{
|
||||
@@ -59,7 +60,7 @@ class patch_381alpha3a implements patchInterface
|
||||
$propSql = $propArgs = [];
|
||||
$n = 0;
|
||||
|
||||
foreach (\User_Adapter::$def_values as $prop => $value) {
|
||||
foreach (User::$defaultUserSettings as $prop => $value) {
|
||||
if ('start_page_query' === $prop) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user