summaryrefslogtreecommitdiffstats
path: root/changeset_r189.diff
diff options
context:
space:
mode:
Diffstat (limited to 'changeset_r189.diff')
-rw-r--r--changeset_r189.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/changeset_r189.diff b/changeset_r189.diff
new file mode 100644
index 0000000..8654cde
--- /dev/null
+++ b/changeset_r189.diff
@@ -0,0 +1,13 @@
+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());
+ }