Skip to content
Snippets Groups Projects
Commit 4e8bb4c2 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Bugfix.

parent af24da40
No related branches found
No related tags found
No related merge requests found
...@@ -646,7 +646,7 @@ abstract class BaseFacebook ...@@ -646,7 +646,7 @@ abstract class BaseFacebook
* *
* @return mixed The decoded response * @return mixed The decoded response
*/ */
public function api(// apache + variants specific way of checking for https) { public function api(/* polymorphic */) {
$args = func_get_args(); $args = func_get_args();
if (is_array($args[0])) { if (is_array($args[0])) {
return $this->_restserver($args[0]); return $this->_restserver($args[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment