Skip to content
Snippets Groups Projects
Commit d15a9b79 authored by Genvictus's avatar Genvictus
Browse files

wtf

parents 530bc84c 74521414
No related merge requests found
......@@ -52,7 +52,7 @@ class PostController extends BaseController
$resources
);
// send SOAP message when user reached 10th post
// send SOAP message when user reached 5th post
if ($post_id == 4) {
$soapClient = SocmedSoapClient::getInstance();
$soapClient->requestUnlocking($_SESSION['user_id'], $_SESSION['username']);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment