Skip to content

Commit 168b709

Browse files
committed
php code style added
1 parent d924463 commit 168b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_workflow/src/Dispatcher/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function checkAccess()
3838
$parts = explode('.', $extension);
3939

4040
// Allow access to the 'graph' view for all users with access
41-
if ($this->app->isClient('administrator') && $view === 'graph' && $layout === 'modal') {
41+
if ($this->app->isClient('administrator') && $view === 'graph' && $layout === 'modal') {
4242
return;
4343
}
4444

0 commit comments

Comments
 (0)