phpBB

Code Changes

File: phpbb/cron/event/cron_runner_listener.php

  Unmodified   Added   Modified   Removed
Line 85Line 85
				{
$task->run();
}

				{
$task->run();
}



			}

				$this->cron_lock->release();

				$this->cron_lock->release();

			}

 
		}
}


		}
}