We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce4199 commit 1047d14Copy full SHA for 1047d14
interface/lib/classes/tools_sites.inc.php
@@ -145,7 +145,7 @@ function convertClientName($name){
145
}
146
147
/* TODO: rewrite SQL */
148
- function getDomainModuleDomains($not_used_in_table = null, $selected_domain = null) {
+ function getDomainModuleDomains($not_used_in_table = null, $selected_domain = '') {
149
global $app;
150
151
$sql = "SELECT domain_id, domain FROM domain WHERE";
0 commit comments