loading an xls as an attachment in issuetracker

edited November 2007 in Vanilla 1.0 Help
Hi all,

I am trying to load an xls file thourhg attachments 2.1. I have modifed the default.php at about line 28 to add :

'application/msexcel' => array('xls', 'XLS', 'csv', 'xlsx'),

but i still get the error:
Fatal error: Call to a member function on a non-object in /var/www/.../extensions/IssueTracker/library/Control.IssueForm.php on line 75
What am I missing?

Comments

This discussion has been closed.