Skip to content

Commit 947cde4

Browse files
build
1 parent 79f06c7 commit 947cde4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/MagnusBilling-current.tar.gz

195 Bytes
Binary file not shown.

protected/components/SqlInject.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ public static function sanitize($src)
135135

136136
if (isset($valuearray->data->type) && $valuearray->data->type == 'list') {
137137
return;
138+
} else if (isset($valuearray->type) && $valuearray->type == 'numeric') {
139+
return;
138140
}
139141

140142

0 commit comments

Comments
 (0)