From 66341d69fcc51de40f66d6fda02744336924685c Mon Sep 17 00:00:00 2001 From: Paul Chubatyy Date: Wed, 24 Aug 2011 15:29:55 +0300 Subject: [PATCH] Removed the methods from config. no need to check them. --- config/vkapi.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/vkapi.php b/config/vkapi.php index 9dbbc8e..dffac56 100644 --- a/config/vkapi.php +++ b/config/vkapi.php @@ -6,7 +6,4 @@ return array( 'token' => 'someaccesstokenreceivedfromvkontakte', 'endpoint' => 'https://api.vkontakte.ru/method/', - 'methods' => array( - 'getProfiles', - ), ); \ No newline at end of file