X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fattachment_ajax.php;h=3d83393c51613c22f976974d52be67fd73083319;hb=b4e649fe906a793cd5e62d6390065ea5d41c40db;hp=6930dc112d13380fb586067eb3afed2059c3b9f8;hpb=31743dd36807e520702c29973eacd067717a74b7;p=quix0rs-gnu-social.git diff --git a/actions/attachment_ajax.php b/actions/attachment_ajax.php index 6930dc112d..3d83393c51 100644 --- a/actions/attachment_ajax.php +++ b/actions/attachment_ajax.php @@ -67,7 +67,7 @@ class Attachment_ajaxAction extends AttachmentAction */ function showCore() { - $this->elementStart('div', array('id' => 'ajaxcore')); + $this->elementStart('div', array('id' => 'core')); if (Event::handle('StartShowContentBlock', array($this))) { $this->showContentBlock(); Event::handle('EndShowContentBlock', array($this));