Stuff
This commit is contained in:
parent
7b3ab02c85
commit
14837a1f7e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ServerUpdateCache extends Command
|
|||
$res = DB::select($sql);
|
||||
foreach ($res as $re) {
|
||||
$this->info("Image: ".$re->id);
|
||||
$theme = $themeList[$re->template];
|
||||
$theme = $themeList[$re->gallery_default_theme];
|
||||
if(is_null($theme)) {
|
||||
$this->info("Error Theme not found: ".$re->template);
|
||||
exit();
|
||||
|
|
Loading…
Reference in a new issue