[debian-edu-commits] debian-edu/pkg-team/ 06/08: 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 19:49:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch debian/jessie/updates
in repository gosa.
commit 10d3871f3fc1b3df45e9bc2bc009ec2b3e78d7ee
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 a4d5c51..b33e057 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,6 +9,7 @@
1004_fix-typos-in-man-pages.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