[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#794690: tabs::$isPluginModified not declared in class_tabs.inc



Package: gosa
Severity: important
Version: 2.7.4+reloaded2-2
Tags: patch
User: debian-edu@lists.debian.org
Usertags: debian-edu
X-Debbugs-Cc: debian-edu@lists.debian.org

I see the below errors on my Debian Edu main server running GOsa²:

"""
Aug 5 20:03:37 tjener apache2: GOsa[gabmik]: (view) error : PHP error: Undefined property: usertabs::$isPluginModified (/usr/share/gosa/include/class_tabs.inc, line 190)
"""

Reason: $isPluginModified is not defined in the properties declaration section of class "tabs" (in gosa-core/include/class_tabs.inc).

Simply adding

"""
  var $isPluginModified = FALSE;
"""

directly below

"""
  var $multiple_support_active = FALSE;
"""

fixes the issue.

Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

Attachment: pgpLAXAOswjii.pgp
Description: Digitale PGP-Signatur


Reply to: