Skip to content

Commit

Permalink
Update listener.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Feb 12, 2019
1 parent 22484ca commit 4aa74f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event/listener.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function load_language_on_setup($event)

public function posting_parameters($event)
{
if ($this->auth->acl_get('u_convert_img')) if($this->auth->acl_get('u_convert_img'))
if ($this->auth->acl_get('u_convert_img'))
{
$preview = $event['preview'];
$upload = ($this->request->variable('upload', false));
Expand Down

0 comments on commit 4aa74f9

Please sign in to comment.