jQuery File Upload uploadhander.php invalid code?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sticcino
User
Posts: 1043

jQuery File Upload uploadhander.php invalid code?

Post by sticcino »

in:
protected function get_file_object($file_name) {
if ($this->is_valid_file_object($file_name)) {
$file = new \stdClass(); <<<<<=================

protected function imagick_get_image_object($file_path, $no_cache = false) {
    if (empty($this->image_objects[$file_path]) || $no_cache) {
        $this->imagick_destroy_image_object($file_path);
        $image = new \Imagick();  <<<<<<=====================

protected function imagick_orient_image($image) {
$orientation = $image->getImageOrientation();
$background = new \ImagickPixel('none'); <<<<<<<<<<<<==================

notice the backslashes



Post Reply