|
@@ 98-101 (lines=4) @@
|
| 95 |
|
call_integration_hook('integrate_manage_maintenance', array(&$subActions)); |
| 96 |
|
|
| 97 |
|
// Yep, sub-action time! |
| 98 |
|
if (isset($_REQUEST['sa']) && isset($subActions[$_REQUEST['sa']])) |
| 99 |
|
$subAction = $_REQUEST['sa']; |
| 100 |
|
else |
| 101 |
|
$subAction = 'routine'; |
| 102 |
|
|
| 103 |
|
// Doing something special? |
| 104 |
|
if (isset($_REQUEST['activity']) && isset($subActions[$subAction]['activities'][$_REQUEST['activity']])) |
|
@@ 104-105 (lines=2) @@
|
| 101 |
|
$subAction = 'routine'; |
| 102 |
|
|
| 103 |
|
// Doing something special? |
| 104 |
|
if (isset($_REQUEST['activity']) && isset($subActions[$subAction]['activities'][$_REQUEST['activity']])) |
| 105 |
|
$activity = $_REQUEST['activity']; |
| 106 |
|
|
| 107 |
|
// Set a few things. |
| 108 |
|
$context['page_title'] = $txt['maintain_title']; |