Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
fixed bug for older Contao versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Mar 7, 2016
1 parent ad73716 commit 38c5916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/modules/short_urls/dca/tl_short_urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public function getDomains()
}
else
{
$t = \PageModel::$strTable;
$t = \PageModel::getTable();
$arrColumns = array("$t.type=?");

if (!BE_USER_LOGGED_IN)
Expand Down

0 comments on commit 38c5916

Please sign in to comment.