Skip to content

Commit 7a741c5

Browse files
committed
fixing undefined action variable
1 parent 9f654cc commit 7a741c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page.routing.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
if (!defined('FREEPBX_IS_AUTH')) { die('No direct script access allowed'); }
66
$request = $_REQUEST;
77
$request['view'] = !empty($request['view']) ? $request['view'] : '';
8+
$action = isset($request['action'])?$request['action']:'';
89
$subhead = '';
910
if(!empty($request['id']) && !empty($request['view']) && $request['view'] == 'form'){
1011
$subhead = _("Edit Route");

0 commit comments

Comments
 (0)