]> git.mxchange.org Git - friendica-addons.git/commitdiff
gpluspost: The path to postToGooglePlus.php was wrong.
authorMichael Vogel <icarus@dabo.de>
Thu, 28 May 2015 20:30:32 +0000 (22:30 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 28 May 2015 20:30:32 +0000 (22:30 +0200)
gpluspost/gpluspost.php

index f9459b5a1fce207704927c4be83e862e9535b716..a5cbc9328ae7fc329f52e241cc5ad50888b4c762 100644 (file)
@@ -98,7 +98,7 @@ function gpluspost_settings(&$a,&$s) {
                /*
                // To-Do: Option to check the credentials if requested
                if (($username != "") AND ($password != "")) {
-                       require_once("addon/googleplus/postToGooglePlus.php");
+                       require_once("addon/gpluspost/postToGooglePlus.php");
                        $loginError = doConnectToGooglePlus2($username, $password);
                        if ($loginError)
                                $s .= '<p>Login Error. Please enter the correct credentials.</p>';
@@ -348,7 +348,7 @@ function gpluspost_queue_hook(&$a,&$b) {
                $success = false;
 
                if($username && $password) {
-                       require_once("addon/googleplus/postToGooglePlus.php");
+                       require_once("addon/gpluspost/postToGooglePlus.php");
 
                        logger('gpluspost_queue: able to post for user '.$username);