summaryrefslogtreecommitdiff
path: root/actions/attachment_ajax.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/attachment_ajax.php')
-rw-r--r--actions/attachment_ajax.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/attachment_ajax.php b/actions/attachment_ajax.php
index 6930dc112..3d83393c5 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));