Skip to content

Commit

Permalink
*8094* Fix help toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 5, 2013
1 parent 464551e commit 428d203
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pages/user/index.php
Expand Up @@ -58,13 +58,11 @@
case 'completePurchaseSubscription':
case 'payRenewSubscription':
case 'payMembership':
case 'toggleHelp':
case 'getInterests':
define('HANDLER_CLASS', 'UserHandler');
import('pages.user.UserHandler');
break;
case 'getInterests':
define('HANDLER_CLASS', 'PKPUserHandler');
import('lib.pkp.pages.user.PKPUserHandler');
break;
}

?>

0 comments on commit 428d203

Please sign in to comment.