$name." in table :".$fileref['tablenames']." in page:".$pid." uid:".$fileref['uid_foreign'],
'Important Missing file',// the header is optional
\TYPO3\CMS\Core\Messaging\FlashMessage::WARNING,// the severity is optional as well and defaults to \TYPO3\CMS\Core\Messaging\FlashMessage::OK
TRUE// optional, whether the message should be stored in the session or only in the \TYPO3\CMS\Core\Messaging\FlashMessageQueue object (default is FALSE)
$name." in table :".$fileref['tablenames']." in page:".$pid." uid:".$fileref['uid_foreign'],
'Important Missing file',// the header is optional
\TYPO3\CMS\Core\Messaging\FlashMessage::WARNING,// the severity is optional as well and defaults to \TYPO3\CMS\Core\Messaging\FlashMessage::OK
TRUE// optional, whether the message should be stored in the session or only in the \TYPO3\CMS\Core\Messaging\FlashMessageQueue object (default is FALSE)
'Important Missing file:'.$name,// the header is optional
\TYPO3\CMS\Core\Messaging\FlashMessage::WARNING,// the severity is optional as well and defaults to \TYPO3\CMS\Core\Messaging\FlashMessage::OK
TRUE// optional, whether the message should be stored in the session or only in the \TYPO3\CMS\Core\Messaging\FlashMessageQueue object (default is FALSE)
'The frgments of the following files are cleaned',// the header is optional
\TYPO3\CMS\Core\Messaging\FlashMessage::WARNING,// the severity is optional as well and defaults to \TYPO3\CMS\Core\Messaging\FlashMessage::OK
TRUE// optional, whether the message should be stored in the session or only in the \TYPO3\CMS\Core\Messaging\FlashMessageQueue object (default is FALSE)
)
);
}
returnTRUE;
...
...
@@ -229,7 +297,7 @@ class MissingClean extends \TYPO3\CMS\Scheduler\Task\AbstractTask {