PHP Classes

Spelling Error

Recommend this page to a friend!

      PHP Cron Job Manager Script  >  All threads  >  Spelling Error  >  (Un) Subscribe thread alerts  
Subject:Spelling Error
Summary:Line 20 in cronjob.php
Messages:2
Author:Steve Bullis
Date:2014-11-05 08:01:19
 

  1. Spelling Error   Reply   Report abuse  
Picture of Steve Bullis Steve Bullis - 2014-11-05 08:01:19
on Line 20 it should have a capitol J for Job instead of lowercase.

/**
* Load abstract database class
*/
require_once dirname(__FILE__).'/mplx/toolkit/cronjob/CronjobDBAbstract.php';

Replaced with

/**
* Load abstract database class
*/
require_once dirname(__FILE__).'/mplx/toolkit/cronjob/CronJobDBAbstract.php';


  2. Re: Spelling Error   Reply   Report abuse  
Picture of Martin Pircher Martin Pircher - 2014-11-05 16:15:39 - In reply to message 1 from Steve Bullis
Steve,

thank your for your bug report!
I pushed a fixed version to the repos.

Martin :)