Skip to content

Commit

Permalink
Revert "Remove useless variables for common object"
Browse files Browse the repository at this point in the history
This reverts commit 82682df.
  • Loading branch information
eldy committed May 5, 2015
1 parent a467501 commit 4ce4529
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions htdocs/core/class/commonobject.class.php
Expand Up @@ -91,10 +91,11 @@ abstract class CommonObject
*/
public $canvas;

/**
*
* @var object Thirdparty associated with object
*/

public $name;
public $lastname;
public $firstname;
public $civility_id;
public $thirdparty;

// No constructor as it is an abstract class
Expand Down

1 comment on commit 4ce4529

@jfefe
Copy link
Contributor

@jfefe jfefe commented on 4ce4529 May 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the reason is ?

Please sign in to comment.