Skip to content

Commit 67e88ce

Browse files
committed
Fixed typo in config.default.php: $wfFbNamespace -> $wgFbNamespac
1 parent 890f96c commit 67e88ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Facebook/config.default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
$wgFbAppId = 'YOUR_APP_ID'; # Change this!
2828
$wgFbSecret = 'YOUR_SECRET'; # Change this!
29-
$wfFbNamespace = 'YOUR_NAMESPACE'; # Change this too
29+
$wgFbNamespace = 'YOUR_NAMESPACE'; # Change this too
3030
//$wgFbPageId = 'YOUR_PAGE_ID'; # Optional
3131

3232
/**

0 commit comments

Comments
 (0)