Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
fix acl config deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Ofat committed Nov 7, 2015
1 parent baf6683 commit 2f9f14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public function store()
$oldValue = \DbConfig::get($field);
$oldComment = \DbConfig::get($field . '_comment');

// \DbConfig::forget($field);
// \DbConfig::forget($field . '_comment');
\DbConfig::forget($field);
\DbConfig::forget($field . '_comment');

if(is_array($value))
{
Expand Down

0 comments on commit 2f9f14a

Please sign in to comment.