summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50be07e)
raw | patch | inline | side by side (parent: 50be07e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Sep 2005 16:46:59 +0000 (16:46 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Sep 2005 16:46:59 +0000 (16:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1438 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_plugin.inc | patch | blob | history |
index bd9f630f8f9e0e1dd30e1e21a69cb00fc03884c1..00751345df2b5bded55ff1813d3d026893ca14f1 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
{
/* Find postcreate entries for this class */
$command= search_config($this->config->data['MENU'], get_class($this), "POSTCREATE");
- if ($command == "" && isset($this->config->data['TAB'])){
- $command= search_config($this->config->data['TAB'], get_class($this), "POSTCREATE");
+ if ($command == "" && isset($this->config->data['TABS'])){
+ $command= search_config($this->config->data['TABS'], get_class($this), "POSTCREATE");
}
if ($command != ""){
{
/* Find postcreate entries for this class */
$command= search_config($this->config->data['MENU'], get_class($this), "POSTMODIFY");
- if ($command == "" && isset($this->config->data['TAB'])){
- $command= search_config($this->config->data['TAB'], get_class($this), "POSTMODIFY");
+ if ($command == "" && isset($this->config->data['TABS'])){
+ $command= search_config($this->config->data['TABS'], get_class($this), "POSTMODIFY");
}
if ($command != ""){
{
/* Find postremove entries for this class */
$command= search_config($this->config->data['MENU'], get_class($this), "POSTREMOVE");
- if ($command == "" && isset($this->config->data['TAB'])){
- $command= search_config($this->config->data['TAB'], get_class($this), "POSTREMOVE");
+ if ($command == "" && isset($this->config->data['TABS'])){
+ $command= search_config($this->config->data['TABS'], get_class($this), "POSTREMOVE");
}
if ($command != ""){