Skip to content

Commit

Permalink
Fixed issue #10425: Error when resetting boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 15, 2016
1 parent 1512fef commit f23a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/homepagesettings.php
Expand Up @@ -212,7 +212,7 @@ public function resetall()
{

// We delete all the old boxes, and reinsert new ones
Boxes::model()->dvleteAll();
Boxes::model()->deleteAll();

// Then we recreate them
$oDB = Yii::app()->db;
Expand Down

0 comments on commit f23a401

Please sign in to comment.