]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/ItemBody.php
Issue 9743: Added translatable texts
[friendica.git] / src / Module / Debug / ItemBody.php
index dea8bec1314b6276767b96266068de4c2891f70c..ae01caf237b7c3d6259c81f035b99df33585cf86 100644 (file)
@@ -47,7 +47,7 @@ class ItemBody extends BaseModule
                        throw new HTTPException\NotFoundException(DI::l10n()->t('Item not found.'));
                }
 
-               $item = Post::selectFirst(['body'], ['uid' => local_user(), 'id' => $itemId]);
+               $item = Post::selectFirst(['body'], ['uid' => local_user(), 'uri-id' => $itemId]);
 
                if (!empty($item)) {
                        if (DI::mode()->isAjax()) {