New issue 9 by csarven: mime value is lost
http://code.google.com/p/moriarty/issues/detail?id=9
When SparqlServiceBase::get_query_params() sets $mime, the new value stays
within the scope of that function.
Call by reference should be used.
I've attached a patch.
Attachments:
sparqlservicebase.class.php.patch 710 bytes
This issue appears to be addressed in recent commits.