summaryrefslogtreecommitdiff
path: root/routers/router.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2015-01-04 22:30:17 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2015-01-04 22:30:17 +0100
commitc4cf5b15eddbd2e5ffabb097ee31372c15091dbb (patch)
tree4366ccca7e1341b03e507befa79366c3e439cdd8 /routers/router.php
parent926f4977e4a8a9b6b77a22b4f8e8cd09f10f8114 (diff)
Cosmetic () for print instruction.
Diffstat (limited to 'routers/router.php')
-rw-r--r--routers/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/router.php b/routers/router.php
index c11db5c..9a62d82 100644
--- a/routers/router.php
+++ b/routers/router.php
@@ -164,7 +164,7 @@ abstract class Router {
return new Quagga($config, $router_config, $id, $requester);
default:
- print 'Unknown router type "'.$router_config['type'].'".';
+ print('Unknown router type "'.$router_config['type'].'".');
return null;
}
}