Skip to content

Instantly share code, notes, and snippets.

@erikfrerejean
Created September 19, 2014 13:38
Show Gist options
  • Save erikfrerejean/d07aca9a17611da58565 to your computer and use it in GitHub Desktop.
Save erikfrerejean/d07aca9a17611da58565 to your computer and use it in GitHub Desktop.
This `file_exists` check can never pass as the file is located back in `../Transform/TransformDocAdv.inc`
public function transformDocument($docSource, $docDestination, $tempDir = null, $options = array(), $version = null)
{
if (file_exists(dirname(__FILE__) . '/TransformDocAdv.inc')) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment