From: Jeroen Dalsem Date: Thu, 29 Dec 2011 10:19:32 +0000 (+0100) Subject: Small typo. Seems to work, but i prefer it nice and tidy :) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a34a741acf7a6c9c468009f76d33ed4ee1fcfb65;p=lorea%2Felgg.git Small typo. Seems to work, but i prefer it nice and tidy :) --- diff --git a/engine/classes/ElggWidget.php b/engine/classes/ElggWidget.php index 0eb83913b..df807e3f7 100644 --- a/engine/classes/ElggWidget.php +++ b/engine/classes/ElggWidget.php @@ -140,7 +140,7 @@ class ElggWidget extends ElggObject { $this->order = $widgets[$rank]->order; for ($index = $rank; $index < count($widgets); $index++) { if ($widgets[$index]->guid != $this->guid) { - $widgets[$index]-> order += 10; + $widgets[$index]->order += 10; } } }