[debian-edu-commits] debian-edu/pkg-team/ 04/07: debian/patches: Add 1011_define-isPluginModified.patch. Fix undefined property error for non-defined usertags::$isPluginModified. (Closes: #794690).

Mike Gabriel sunweaver at debian.org
Mon Aug 24 13:43:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa.

commit f6c002a1eaf3dc46724c85a08f3dab8595e5d4d2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Aug 24 09:18:21 2015 +0200

    debian/patches: Add 1011_define-isPluginModified.patch. Fix undefined property error for non-defined usertags::$isPluginModified. (Closes: #794690).
---
 debian/patches/1011_define-isPluginModified.patch | 13 +++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/1011_define-isPluginModified.patch b/debian/patches/1011_define-isPluginModified.patch
new file mode 100644
index 0000000..07be6ba
--- /dev/null
+++ b/debian/patches/1011_define-isPluginModified.patch
@@ -0,0 +1,13 @@
+Description: Define undefined usertabs::$isPluginModified
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/gosa-core/include/class_tabs.inc
++++ b/gosa-core/include/class_tabs.inc
+@@ -36,6 +36,7 @@
+   var $SubDialog = false;
+   var $acl_category; 
+   var $multiple_support_active = FALSE;
++  var $isPluginModified = FALSE;
+ 
+   var $parent = null; // A parent object if available, e.g. a management class.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index eb69b94..a2b4012 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,6 +13,7 @@
 1008_enable-csv-import-on-clean-installs.patch
 1009_fix-insertDhcp-icon-in-dhcp-section-overview.patch
 1010_fix-entry-removal-in-mail-plugin.patch
+1011_define-isPluginModified.patch
 2001_fix-smarty-location.patch
 2002_fix-template-location.patch
 2003_fix-class-mapping.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git



More information about the debian-edu-commits mailing list