Skip to content

Commit c87266a

Browse files
committed
Merge branch 'staging' of github.com:joomla/joomla-cms into 3.10-dev
2 parents 376e441 + db04e2f commit c87266a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/src/Application/CMSApplication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ public function isAdmin()
714714
'deprecated'
715715
);
716716
}
717-
catch (RuntimeException $exception)
717+
catch (\RuntimeException $exception)
718718
{
719719
// Informational log only
720720
}
@@ -740,7 +740,7 @@ public function isSite()
740740
'deprecated'
741741
);
742742
}
743-
catch (RuntimeException $exception)
743+
catch (\RuntimeException $exception)
744744
{
745745
// Informational log only
746746
}

0 commit comments

Comments
 (0)