From 29f2d0f646e948d4bdb55e4f8ad472ff0fcaf9b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2012 20:26:29 +0200 Subject: reorg repo --- changeset_r189.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changeset_r189.diff (limited to 'changeset_r189.diff') 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()); + } -- cgit