Skip to content

Commit 364fe1d

Browse files
authored
Merge pull request facebookarchive#633 from SammyK/fix-polyfill-include
Fix bug with including polyfills.php
2 parents d1bbd31 + 8b036b4 commit 364fe1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
throw new Exception('The Facebook SDK requires PHP version 5.4 or higher.');
3333
}
3434

35-
require_once __DIR__ . 'polyfills.php';
35+
require_once __DIR__ . '/polyfills.php';
3636

3737
/**
3838
* Register the autoloader for the Facebook SDK classes.

0 commit comments

Comments
 (0)