Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit b123c4e

Browse files
authored
Update haraka.php
1 parent 098126d commit b123c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haraka.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private function displayHaraka()
124124
*/
125125
public function onAfterInitialise()
126126
{
127-
if ($this->app->isSite())
127+
if ($this->app->isClient('site'))
128128
{
129129
$this->displayHaraka();
130130
}

0 commit comments

Comments
 (0)