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

@ -259,6 +259,7 @@ sub getRevisionDates {
[$self->getId], [$self->getId],
); );
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 getRevisions ( [ status ] ) =head2 getRevisions ( [ status ] )

View file

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