fix typo, thx to oschn0r
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -986,7 +986,7 @@ if ($page == 'domains'
|
|||||||
|
|
||||||
if ($result['domain'] != '') {
|
if ($result['domain'] != '') {
|
||||||
|
|
||||||
$subdomains_stmt = Datbase::prepare("
|
$subdomains_stmt = Database::prepare("
|
||||||
SELECT COUNT(`id`) AS count FROM `" . TABLE_PANEL_DOMAINS . "` WHERE
|
SELECT COUNT(`id`) AS count FROM `" . TABLE_PANEL_DOMAINS . "` WHERE
|
||||||
`parentdomainid` = :resultid
|
`parentdomainid` = :resultid
|
||||||
");
|
");
|
||||||
|
|||||||
Reference in New Issue
Block a user