Skip to content

Commit

Permalink
Remove duplicate call
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Aug 23, 2019
1 parent 20920a6 commit 329f67e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Meta/config/Migrations/20171120095100_MoveSiteMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class MoveSiteMeta extends AbstractMigration
public function up()
{
if (Configure::check('Meta')) {
$settingsTable = TableRegistry::get('Croogo/Settings.Settings');
$meta = Configure::read('Meta');
$settingsTable = TableRegistry::get('Croogo/Settings.Settings');
$metaTable = TableRegistry::get('Croogo/Meta.Meta');
Expand Down

0 comments on commit 329f67e

Please sign in to comment.