Skip to content

Commit d3640fb

Browse files
authored
Update Pace.php
1 parent 7277273 commit d3640fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pace.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function run()
5353
}
5454

5555
if(ArrayHelper::keyExists('theme',$paceOptions) && ArrayHelper::getValue($paceOptions,'theme') != '' && ArrayHelper::getValue($paceOptions,'theme') != null && $this->theme === null) {
56-
$this->theme = rrayHelper::getValue($paceOptions,'theme');
56+
$this->theme = ArrayHelper::getValue($paceOptions,'theme');
5757
}elseif ($this->theme === null){
5858
$this->theme = 'minimal';
5959
}
@@ -67,4 +67,4 @@ public function run()
6767

6868
$this->getView()->registerCssFile(ArrayHelper::getValue($asset,'1').'/themes/'.$this->color.'/pace-theme-'.$this->theme.'.css');
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)