Skip to content

Commit

Permalink
Standardize and update code
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Sep 21, 2018
1 parent 160e976 commit e8b7ad0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion htdocs/core/class/commondocgenerator.class.php
Expand Up @@ -33,7 +33,11 @@
*/
abstract class CommonDocGenerator
{
var $error='';
/**
* @var string Error code (or message)
*/
public $error='';

protected $db;


Expand Down

0 comments on commit e8b7ad0

Please sign in to comment.