]> git.mxchange.org Git - friendica.git/blobdiff - include/diaspora.php
DBA: Do a fallback to other db functions on problems
[friendica.git] / include / diaspora.php
index 58a77dca8654f4f225dae35e69f444cdb3f58d6c..77c459e649830ed16e89cad5abd7340ab2ae847c 100644 (file)
@@ -3729,7 +3729,7 @@ class Diaspora {
                 * This will break Diaspora compatibility with Friendica versions prior to 3.5.
                 */
                q("INSERT INTO `sign` (`iid`,`signed_text`) VALUES (%d,'%s')",
-                       intval($message_id),
+                       intval($post_id),
                        dbesc(json_encode($message))
                );