*** empty log message ***
This commit is contained in:
parent
a340148e0c
commit
8ae2b9f8b9
9 changed files with 32 additions and 37 deletions
|
@ -101,7 +101,7 @@ class uiScratchPad
|
|||
foreach ($ids as $id) {
|
||||
$sp =& $this->get();
|
||||
foreach ($sp as $key=>$val) {
|
||||
if ($val['id'] == $id) {
|
||||
if ($val['id'] === $id) {
|
||||
unset ($sp[$key]);
|
||||
#$this->Base->decAccessCounter($id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue