summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Routing
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-07-14 20:45:19 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-07-18 11:09:49 +0200
commit0bda09236e52f028b3d1a2f92a3b60541ebc22cd (patch)
treeec3b00bd5ea7f49329816dc6a133e3f224d70551 /lib/private/AppFramework/Routing
parent1caceea6c0fbd1dd9ccb24812f76c79e008c1dc1 (diff)
downloadnextcloud-server-0bda09236e52f028b3d1a2f92a3b60541ebc22cd.tar.gz
nextcloud-server-0bda09236e52f028b3d1a2f92a3b60541ebc22cd.zip
Add route tests
Diffstat (limited to 'lib/private/AppFramework/Routing')
-rw-r--r--lib/private/AppFramework/Routing/RouteConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Routing/RouteConfig.php b/lib/private/AppFramework/Routing/RouteConfig.php
index d4b4ec038ad..eca0051691f 100644
--- a/lib/private/AppFramework/Routing/RouteConfig.php
+++ b/lib/private/AppFramework/Routing/RouteConfig.php
@@ -79,7 +79,7 @@ class RouteConfig {
$ocsRoutes = isset($routes['ocs']) ? $routes['ocs'] : [];
foreach ($ocsRoutes as $ocsRoute) {
$name = $ocsRoute['name'];
- $postFix = '';
+ $postfix = '';
if (isset($ocsRoute['postfix'])) {
$postfix = $ocsRoute['postfix'];