Skip to content

Commit

Permalink
[cs] [33624] Expression is not assignable: Infix expression
Browse files Browse the repository at this point in the history
Close #3465
  • Loading branch information
Kubik-Rubik authored and wilsonge committed Apr 23, 2014
1 parent 66f0c59 commit 0da4c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/plugin/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ protected static function load()

$levels = implode(',', $user->getAuthorisedViewLevels());

if (!static::$plugins = $cache->get($levels))
if (!(static::$plugins = $cache->get($levels)))
{
$db = JFactory::getDbo();
$query = $db->getQuery(true)
Expand Down

0 comments on commit 0da4c39

Please sign in to comment.