drupalvb_logout() calls user_logout() which is defined in user.pages.inc and thus results in the PHP error.

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new608 bytes

Oh! Advanced functionality testers - I like that ;)

Please test attached patch.

sun’s picture

Status: Needs review » Fixed
StatusFileSize
new6.2 KB

Committed attached patch.

Status: Fixed » Closed (fixed)

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

capellic’s picture

The patch in #1 is wrong. Should be:

module_load_include('inc', 'user', 'user.pages');

Not:

module_load_include('inc', 'user', 'pages');