SAAS-470: Zend Rest module doesn't work on Ubuntu 14.04

The Bootstrap.php in the modules directory didn't like
short php tags.
This commit is contained in:
drigato 2014-08-28 16:52:47 -04:00
parent 52f3ed816e
commit 0ccc7e7dc9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<?
<?php
class Rest_Bootstrap extends Zend_Application_Module_Bootstrap
{