summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8cac646)
raw | patch | inline | side by side (parent: 8cac646)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Oct 2009 15:52:04 +0000 (15:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Oct 2009 15:52:04 +0000 (15:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14674 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_listing.inc | patch | blob | history |
index 1fcc94ecef7f683903036e2c6c09abb3ab46bf6d..c917e961a2508fd926cec0885361520e076451ee 100644 (file)
$params[]= $this->pid;
}
+ // base is replaced by the current base
+ if ($param == "base") {
+ $params[]= $this->getBase();
+ }
+
// Fixie with "" is passed directly
if (preg_match('/^".*"$/', $param)){
$params[]= preg_replace('/"/', '', $param);