]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/nudge.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / nudge.php
index a44915a2d69955a7692547c164d1ecc34d81c5e3..3287711deed07ecff1005dd6883e2cb9c9f1a1a2 100644 (file)
@@ -66,7 +66,7 @@ class NudgeAction extends Action
         }
 
         $user  = common_current_user();
-        $other = User::staticGet('nickname', $this->arg('nickname'));
+        $other = User::getKV('nickname', $this->arg('nickname'));
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
             common_redirect(common_local_url('showstream',