plugins/SpecialUserFuncs.php
changeset 604 6a90893622f0
parent 593 4f9bec0d65c1
child 614 78d1e71dc720
--- 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']) )