Skip to content

Commit

Permalink
Dev: template -> theme
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 22, 2017
1 parent 7675952 commit 8301ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/SurveymenuEntries.php
Expand Up @@ -468,7 +468,7 @@ public function search()
$criteria->compare('menu_class',$this->menu_class,true);
$criteria->compare('menu_link',$this->menu_link,true);
$criteria->compare('action',$this->action,true);
$criteria->compare('template',$this->template,true);
$criteria->compare('template',$this->theme,true);
$criteria->compare('partial',$this->partial,true);
$criteria->compare('language',$this->language,true);
$criteria->compare('permission',$this->permission,true);
Expand Down

0 comments on commit 8301ced

Please sign in to comment.