@@ -113,7 +113,7 @@ |
||
113 | 113 | unset( $decorators[$key] ); |
114 | 114 | } |
115 | 115 | } |
116 | - ksort($decorators); |
|
116 | + ksort( $decorators ); |
|
117 | 117 | |
118 | 118 | $classprefix = '\\Aimeos\\Client\\Html\\Common\\Decorator\\'; |
119 | 119 | $client = self::addDecorators( $context, $client, $decorators, $classprefix ); |