Skip to content

Commit

Permalink
Add deprecation todo
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed May 1, 2019
1 parent 3194253 commit 2bf9019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Router/Route.php
Expand Up @@ -68,7 +68,7 @@ public static function _($url, $xhtml = true, $tls = self::TLS_IGNORE, $absolute
{
try
{
// @deprecated 4.0 Before __DEPLOY_VERSION__ this method accepted -1. This B/C will be removed in Joomla 4.0.
// @todo Deprecate in 4.0 Before __DEPLOY_VERSION__ this method accepted -1.
if ($tls == -1)
{
$tls = self::TLS_DISABLE;
Expand Down

0 comments on commit 2bf9019

Please sign in to comment.