# HG changeset patch # User Dan # Date 1215413394 14400 # Node ID 6a90893622f0314621174471c8978333634f093c # Parent 33b274c8d357e4238532ae09fd6e1a35625bcb74 Fixed missing require() on math.php in SpecialUserFuncs diff -r 33b274c8d357 -r 6a90893622f0 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Mon Jul 07 02:49:26 2008 -0400 +++ b/plugins/SpecialUserFuncs.php Mon Jul 07 02:49:54 2008 -0400 @@ -435,6 +435,8 @@ global $db, $session, $paths, $template, $plugins; // Common objects global $__login_status; global $lang; + require_once( ENANO_ROOT . '/includes/math.php' ); + if ( $paths->getParam(0) === 'action.json' ) { if ( !isset($_POST['r']) )