Skip to content
Snippets Groups Projects
Commit b52e4f77 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3299 - No Parent-Domains are shown when adding sudomain/aliasdomains

parent d73810d8
No related branches found
No related tags found
No related merge requests found
...@@ -270,6 +270,7 @@ class tform_base { ...@@ -270,6 +270,7 @@ class tform_base {
unset($tmp_recordid); unset($tmp_recordid);
$querystring = str_replace("{AUTHSQL}", $this->getAuthSQL('r'), $querystring); $querystring = str_replace("{AUTHSQL}", $this->getAuthSQL('r'), $querystring);
$querystring = preg_replace_callback('@{AUTHSQL::(.+?)}@', "self::table_auth_sql", $querystring);
// Getting the records // Getting the records
$tmp_records = $app->db->queryAllRecords($querystring); $tmp_records = $app->db->queryAllRecords($querystring);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment