Diff Revisions 784 vs 808 for /branches/0.9/Layouts/Admin/Links.php

Diff revisions: vs.
784 808   <- Revisions
       
      Diff lines for:
 Rev 784 : Lines 139 -> 144
 Rev 808 : Lines 139 -> 146
139 139 }
140 140 if(isset($_GET['type']) && $_GET['type'] == 'edit') {
141 141 if($_POST) {
142 + if(!isset($_POST['authid']))
143 + $_POST['authid'] = '';
142 144 $check = call('editlink', $_POST['link_name'], $_POST['url'], $_POST['predefined'], $_POST['rank'], $_POST['authid'], $_POST['settings'], $_POST['width'], $_POST['height'], $_GET['id']);
143 145 }
144 146 else { $check = false; }