summaryrefslogtreecommitdiffstats
path: root/application/models/BootMenuEntriesMapper.php
diff options
context:
space:
mode:
authormichael pereira2011-03-16 10:05:20 +0100
committermichael pereira2011-03-16 10:05:20 +0100
commitef1f634b2ec92107137c54e3af32de01135f02c9 (patch)
tree60a5523e14bf7c5831c419f9fc2bf667ebcf06ed /application/models/BootMenuEntriesMapper.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-ef1f634b2ec92107137c54e3af32de01135f02c9.tar.gz
pbs2-ef1f634b2ec92107137c54e3af32de01135f02c9.tar.xz
pbs2-ef1f634b2ec92107137c54e3af32de01135f02c9.zip
Ressource Controller setzt jetzt die Session fuer ausgewaehltes Bootmenuentry
Diffstat (limited to 'application/models/BootMenuEntriesMapper.php')
-rw-r--r--application/models/BootMenuEntriesMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/BootMenuEntriesMapper.php b/application/models/BootMenuEntriesMapper.php
index a0a5309..accb8ff 100644
--- a/application/models/BootMenuEntriesMapper.php
+++ b/application/models/BootMenuEntriesMapper.php
@@ -4,7 +4,7 @@ class Application_Model_BootMenuEntriesMapper
{
protected $_dbTable;
-
+
public function findBy($criteria, $value)
{
try{