Welcome, Guest
Username Password: Remember me

Syntax Error /models/mediafilesedit.php
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Syntax Error /models/mediafilesedit.php

Syntax Error /models/mediafilesedit.php 12 Oct 2009 14:09 #1133

There is an extra ")" in line 49.

is
			$this->_data->media_image = null);


should be:

			$this->_data->media_image = null;


Thanks!

Re: Syntax Error /models/mediafilesedit.php 12 Oct 2009 14:18 #1134

FYI - line 68 also has the exact same problem.

Re: Syntax Error /models/mediafilesedit.php 12 Oct 2009 14:39 #1137

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
Thanks for catching that. I guess that's what Beta and Release Candidates are for. Please replace the file with the one attached after renaming. I'll fix this in RC2

File Attachment:

File Name: mediafilesedit-20091012-2.txt
File Size: 11068
"You shall know the truth and the truth shall set you free." JC
  • Page:
  • 1
Time to create page: 0.80 seconds