瀏覽代碼

adding variable test

tokul 21 年之前
父節點
當前提交
98418eafd7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/abook_database.php

+ 1 - 1
functions/abook_database.php

@@ -202,7 +202,7 @@ class abook_database extends addressbook_backend {
             return false;
         }
 	
-	if(!$this->listing) {
+	if(isset($this->listing) && !$this->listing) {
 	    return array();
 	}