diff options
| author | Simon | 2011-03-06 18:24:51 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 18:24:51 +0100 |
| commit | 398f25856f0f8a398fd9326eb027816ee035b7a6 (patch) | |
| tree | 24cc098acaa80cb5a912e87ce245f4199999b8c8 /application/controllers/BootosController.php | |
| parent | print_a funktion zum debugging hinzugefügt damit sie von überall benutzbar ... (diff) | |
| parent | Config fertig (diff) | |
| download | pbs2-398f25856f0f8a398fd9326eb027816ee035b7a6.tar.gz pbs2-398f25856f0f8a398fd9326eb027816ee035b7a6.tar.xz pbs2-398f25856f0f8a398fd9326eb027816ee035b7a6.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/controllers/BootosController.php')
| -rw-r--r-- | application/controllers/BootosController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/BootosController.php b/application/controllers/BootosController.php index 5f096a6..69621f0 100644 --- a/application/controllers/BootosController.php +++ b/application/controllers/BootosController.php @@ -52,7 +52,7 @@ class BootosController extends Zend_Controller_Action if (!isset($_POST["editbootos"])){ $bootosID = $this->_request->getParam('bootosID'); - if (!isset($bootosID)){ + if (!isset($bootosID) || !is_numeric($bootosID)){ $this->_redirect('/bootos'); } else { $bootos = new Application_Model_BootOs(); |
