Skip to content

Commit

Permalink
$this->data()
Browse files Browse the repository at this point in the history
add .idea to .gitignore

Signed-off-by: Jessica <[email protected]>
  • Loading branch information
MissAllSunday committed Jun 10, 2018
1 parent 37a0132 commit 77ed912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ Thumbs.db
/nbproject/private/
/nbproject/
/.project
/.idea
2 changes: 1 addition & 1 deletion Sources/Breeze/Breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public function actions(&$actions)
public function call()
{
// Just some quick code to make sure this works...
$action = str_replace('breeze', '', $this->_app->data('get')->get('action'));
$action = str_replace('breeze', '', $this->data('get')->get('action'));

// Don't do anything if the mod is off
if (!$this['tools']->enable('master') && $action != 'admin')
Expand Down

0 comments on commit 77ed912

Please sign in to comment.