@@ -217,7 +217,7 @@ |
||
217 | 217 | * |
218 | 218 | * @return array|false |
219 | 219 | */ |
220 | - protected static function &get_block_by_index ($index) { |
|
220 | + protected static function &get_block_by_index($index) { |
|
221 | 221 | foreach (Config::instance()->components['blocks'] as &$block) { |
222 | 222 | if ($block['index'] == $index) { |
223 | 223 | return $block; |