fix my tyops
This commit is contained in:
parent
fd524c9e2a
commit
0f9500b2cc
2 changed files with 2 additions and 1 deletions
|
|
@ -259,6 +259,7 @@ sub getRevisionDates {
|
||||||
[$self->getId],
|
[$self->getId],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 getRevisions ( [ status ] )
|
=head2 getRevisions ( [ status ] )
|
||||||
|
|
|
||||||
|
|
@ -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 ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue