1
0

Backported checkSave() function.

This commit is contained in:
Matthias Mees
2013-06-08 15:41:25 +02:00
parent 391882fbf6
commit a9774d3920

View File

@ -480,6 +480,12 @@ function fillInput(source, target) {
}
// end …?
// …?
function checkSave() {
{serendipity_hookPlugin hook='backend_entry_checkSave' hookAll='true'}
return true;
}
// Hides the foreign upload form if batch upload is used (if more
// images are added)
function hideForeign() {