summaryrefslogtreecommitdiffstats
path: root/changeset_r189.diff
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-07-12 20:27:44 +0200
committerRemi Collet <fedora@famillecollet.com>2012-07-12 20:27:44 +0200
commit4f2fa96be0f59cf6131e3b3d10d299a8c794a6ec (patch)
tree7549cdadb77d8cc2b9942e3841dcbef2784c7f59 /changeset_r189.diff
parent29f2d0f646e948d4bdb55e4f8ad472ff0fcaf9b8 (diff)
glpi-appliances 1.8.1
Diffstat (limited to 'changeset_r189.diff')
-rw-r--r--changeset_r189.diff13
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());
- }