This commit is contained in:
ctrlcctrlv 2013-08-20 21:35:16 +00:00 committed by Michael Foster
parent ddd34347f8
commit ed142a5e5d
2 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,8 @@
* Class for generating json API compatible with 4chan API
*/
class Api {
function __construct($config){
function __construct(){
global $config;
/**
* Translation from local fields to fields in 4chan-style API
*/