X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FApp%2FRouter.php;h=6d90fb0138b30ad7c20d0f656aa8410e702be0e9;hb=4c6334ea13c0774e31b83a1cc7713c0560f7d66d;hp=0bd66d40f94aedd84983af88f81fd71e5097f4c8;hpb=4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c;p=friendica.git diff --git a/src/App/Router.php b/src/App/Router.php index 0bd66d40f9..6d90fb0138 100644 --- a/src/App/Router.php +++ b/src/App/Router.php @@ -412,7 +412,7 @@ class Router } if (!$this->lock->acquire('getCachedDispatchData', 0)) { - // Immediately return uncached data when we can't aquire a lock + // Immediately return uncached data when we can't acquire a lock return $this->getDispatchData(); }