diff options
Diffstat (limited to 'changeset_r189.diff')
-rw-r--r-- | changeset_r189.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/changeset_r189.diff b/changeset_r189.diff deleted file mode 100644 index 8654cde..0000000 --- a/changeset_r189.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: trunk/inc/appliancepdf.class.php -=================================================================== ---- trunk/inc/appliancepdf.class.php (revision 188) -+++ trunk/inc/appliancepdf.class.php (revision 189) -@@ -34,7 +34,7 @@ - class PluginAppliancesAppliancePDF extends PluginPdfCommon { - - -- function __construct(PluginAppliancesAppliance $obj=NULL) { -+ function __construct(CommonGLPI $obj=NULL) { - - $this->obj = ($obj ? $obj : new PluginAppliancesAppliance()); - } |