rabin 2 anni fa
parent
commit
4fe3f297eb
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      database/pay.php

+ 6 - 1
database/pay.php

@@ -20,7 +20,12 @@ $project = function()
 	}
 	return $array;
 };
-//$status = Dever::config('base', 'pay')->pay['status'];
+if (Dever::project('pay')) {
+    $status = Dever::config('base', 'pay')->pay['status'];
+} else {
+    $status = array();
+}
+
 
 return array
 (