Skip to content

Commit b52e4f7

Browse files
author
Till Brehm
committed
Fixed: FS#3299 - No Parent-Domains are shown when adding sudomain/aliasdomains
1 parent d73810d commit b52e4f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/tform_base.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ protected function _getDatasourceData($field, $record, $api = false) {
270270
unset($tmp_recordid);
271271

272272
$querystring = str_replace("{AUTHSQL}", $this->getAuthSQL('r'), $querystring);
273+
$querystring = preg_replace_callback('@{AUTHSQL::(.+?)}@', "self::table_auth_sql", $querystring);
273274

274275
// Getting the records
275276
$tmp_records = $app->db->queryAllRecords($querystring);

0 commit comments

Comments
 (0)