Skip to content

Commit 0c7d2b1

Browse files
committed
Fixed php5.3 compatibility #7
1 parent a744595 commit 0c7d2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Embed/UrlResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ public static function resolve ($url) {
3232

3333
curl_close($connection);
3434

35-
return [$content, $result];
35+
return array($content, $result);
3636
}
3737
}

0 commit comments

Comments
 (0)