diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2015-12-17 11:16:38 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-12-17 18:46:43 +0100 |
commit | 2a280e2fad5b69dd0e828ca168f0dcfcd0a1ae5d (patch) | |
tree | a48c50a39fbdf5142814f9594351b7ff60f93923 /lib/private/helper.php | |
parent | 9fe3d2f1f86d4f3184cc431fc105ed14d4d26598 (diff) | |
download | nextcloud-server-2a280e2fad5b69dd0e828ca168f0dcfcd0a1ae5d.tar.gz nextcloud-server-2a280e2fad5b69dd0e828ca168f0dcfcd0a1ae5d.zip |
Remove private deprecated OC_Helper::linkToRoute
Diffstat (limited to 'lib/private/helper.php')
-rw-r--r-- | lib/private/helper.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/private/helper.php b/lib/private/helper.php index a3c7492631b..1c3b1064ffa 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -54,19 +54,6 @@ class OC_Helper { private static $templateManager; /** - * Creates an url using a defined route - * @param string $route - * @param array $parameters with param=>value, will be appended to the returned url - * @return string the url - * @deprecated Use \OC::$server->getURLGenerator()->linkToRoute($route, $parameters) - * - * Returns a url to the given app and file. - */ - public static function linkToRoute($route, $parameters = array()) { - return OC::$server->getURLGenerator()->linkToRoute($route, $parameters); - } - - /** * Creates an absolute url * @param string $app app * @param string $file file |