ACC SHELL

Path : /srv/www/vhosts/marevva/nadaciakrizovatka/admin/
File Upload :
Current File : /srv/www/vhosts/marevva/nadaciakrizovatka/admin/admin-news-before-save.php

<?php
	
	// check if root comment exists
	if ( $_POST['commentID'] == 0 )
	{
		$this->getDb()->insertItem( 'comment', array() );
		$newCommentID = $this->getDb()->getLastID();
		
		$_POST['commentID'] = $newCommentID;		
	}
	
?>

ACC SHELL 2018