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

Commit

Permalink
fixed #1
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Feb 1, 2016
1 parent adcb670 commit a228bcb
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 @@ -333,7 +333,7 @@ public function labelCallback($arrRow)
public function getDomains()
{
// options array
$options = array( $GLOBALS['TL_LANG']['tl_short_urls']['noDomain'] );
$options = array( '' => $GLOBALS['TL_LANG']['tl_short_urls']['noDomain'] );

// get the root pages and their dns settings
if( ( $objPages = \PageModel::findPublishedRootPages() ) !== null )
Expand Down

0 comments on commit a228bcb

Please sign in to comment.