Standardize and update code
This commit is contained in:
parent
160e97616b
commit
e8b7ad0fb5
@ -33,7 +33,11 @@
|
||||
*/
|
||||
abstract class CommonDocGenerator
|
||||
{
|
||||
var $error='';
|
||||
/**
|
||||
* @var string Error code (or message)
|
||||
*/
|
||||
public $error='';
|
||||
|
||||
protected $db;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user