Closed (fixed)
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jun 2011 at 19:31 UTC
Updated:
1 Aug 2011 at 15:51 UTC
I just downloaded the 22-Jun devel snapshot and there's a typo at line 78 in fb_devel.module - I guess 'modules_exist' should be 'module_exists'.
Comments
Comment #1
Dave Cohen commentedDoesn't look that way in my copy. Are you sure?
Comment #2
skitten commentedI checked git and it's in your checkin:
commit 49c588760ce0d6fe2b38e9ab7203c580f1a6ce4d
Author: Dave Cohen
Date: Wed Jun 22 11:49:39 2011 -0700
[…]
+ if (user_access('access administration pages') && (module_exists('fb_canvas') || modules_exists('fb_tab'))) {
[…]
Comment #3
Dave Cohen commentedYeah, right you are. WIll fix it. Thanks.
Comment #4
nicholasyonko commentedJust downloaded today and error is in fb_devel.module on line 78.
if (user_access('access administration pages') && (module_exists('fb_canvas') || modules_exists('fb_tab'))) {Comment #5
Dave Cohen commentedShould be fixed now.