X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FPageProps.php;h=dac756ed7520465dfd7129048db83fb3f8dd6dda;hb=7739276026f70c7f5309ad10f9788bd575edb464;hp=382d089c5bc7a10dc24af0a9261a20d66dae93ba;hpb=1676448145f28cdf5bf399b13a39d909d7e0bb77;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PageProps.php b/includes/PageProps.php index 382d089c5b..dac756ed75 100644 --- a/includes/PageProps.php +++ b/includes/PageProps.php @@ -55,7 +55,7 @@ class PageProps { } $previousValue = self::$instance; self::$instance = $store; - return new ScopedCallback( function() use ( $previousValue ) { + return new ScopedCallback( function () use ( $previousValue ) { self::$instance = $previousValue; } ); }