]> git.mxchange.org Git - friendica-addons.git/blobdiff - gpluspost/gpluspost.php
ES dwpost
[friendica-addons.git] / gpluspost / gpluspost.php
index f9459b5a1fce207704927c4be83e862e9535b716..43a1635e3800715a4279de110a6dad539d2b4270 100644 (file)
@@ -5,6 +5,7 @@
  * Description: Posts to a Google+ page with the help of Hootsuite
  * Version: 0.1
  * Author: Michael Vogel <https://pirati.ca/profile/heluecht>
+ * Status: Unsupported
  */
 
 function gpluspost_install() {
@@ -98,7 +99,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 +349,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);