Explorar o código

Oops, global addressbook wasn't working

pdontthink %!s(int64=22) %!d(string=hai) anos
pai
achega
0b90dbad9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -24,7 +24,7 @@
    The global addressbook is unmodifiable by anyone.  You must actually
    use a shell script or whatnot to modify the contents.
 
-  global $data_dir;
+  global $data_dir, $address_book_global_filename;
   $address_book_global_filename = "$data_dir/global.abook";
 
   Include backends here.