Skip to content

Commit

Permalink
Updated LICENCE
Browse files Browse the repository at this point in the history
  • Loading branch information
phiamo committed May 27, 2012
1 parent 0cd7719 commit a810b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2004-2011 Fabien Potencier
Copyright (c) 2004-2012 Philipp A. Mohrenweiser

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion app/bootstrap.php.cache
Expand Up @@ -691,7 +691,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
{
if (null === $this->rootDir) {
$r = new \ReflectionObject($this);
$this->rootDir = dirname($r->getFileName());
$this->rootDir = str_replace('\\', '/', dirname($r->getFileName()));
}

return $this->rootDir;
Expand Down

0 comments on commit a810b56

Please sign in to comment.