fix my tyops

This commit is contained in:
Doug Bell 2010-08-06 18:05:03 -05:00
parent fd524c9e2a
commit 0f9500b2cc
2 changed files with 2 additions and 1 deletions

View file

@ -271,7 +271,7 @@ if ($self->session->user->isRegistered || $self->session->setting->get("preventP
icon => $asset->getIcon(1),
type => $assetName,
helpers => $asset->getHelpers,
revisions => $asset->getAllRevisions,
revisions => $asset->getRevisionDates,
};
$var{'head.tags'} .= sprintf <<'ADMINJS', JSON->new->encode( $assetDef );
if ( window.parent && window.parent.admin ) {