Skip to content

Commit 8b036b4

Browse files
committed
Fix bug with including polyfills.php
1 parent d1bbd31 commit 8b036b4

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)