diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-13 20:26:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-13 20:26:29 +0200 |
commit | 29f2d0f646e948d4bdb55e4f8ad472ff0fcaf9b8 (patch) | |
tree | fef030bd1c72b5dd2b07634282fda965ba35d7c8 /changeset_r189.diff |
reorg repo
Diffstat (limited to 'changeset_r189.diff')
-rw-r--r-- | changeset_r189.diff | 13 |
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()); + } |