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

Dave Cohen’s picture

Doesn't look that way in my copy. Are you sure?

skitten’s picture

I 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'))) {
[…]

Dave Cohen’s picture

Title: Typo in fb_devel.module » Typo in fb_devel.module: "modules_exists"
Assigned: Unassigned » Dave Cohen

Yeah, right you are. WIll fix it. Thanks.

nicholasyonko’s picture

Just 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'))) {

Dave Cohen’s picture

Status: Active » Fixed

Should be fixed now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.