浏览代码

remove traits

Tim Fry 1 年之前
父节点
当前提交
fb2bb9d25b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      maintenance.php

+ 1 - 1
maintenance.php

@@ -116,7 +116,7 @@ else {
 }
 
 //get the list of domains
-$domain_names = maintenance::get_domain_names($database);
+$domain_names = maintenance::get_domains($database);
 
 //create the token
 $object = new token;