Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 26bd9d8

Browse files
committed
Pass & in string return
1 parent a3e5f59 commit 26bd9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/core/classes/class.ConfService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public static function getAuthDriverImpl()
323323
* @return string
324324
*/
325325
public static function getInfo(){
326-
return "a=".self::getAuthDriverImpl()->getStats();
326+
return "&a=".self::getAuthDriverImpl()->getStats();
327327
}
328328

329329
/**

0 commit comments

Comments
 (0)