|
@@ -383,9 +383,6 @@ class View
|
|
|
public function get($file = '', $type = '', $id = '')
|
|
|
{
|
|
|
$file = Dever::input('file', $file);
|
|
|
- if (strstr($file, '?')) {
|
|
|
- return $file;
|
|
|
- }
|
|
|
$array = $this->getFile($file, $type, $id);
|
|
|
$source = $array[0];
|
|
|
$type = $array[1];
|