Browse Source

add comment about url::to_asset.

Taylor Otwell 13 years ago
parent
commit
fbf1603b5a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      system/url.php

+ 2 - 0
system/url.php

@@ -19,6 +19,8 @@ class URL {
 
 		$base = Config::get('application.url');
 
+		// If the URL is being generated for a public asset such as an
+		// image, we do not want to include "index.php" in the path.
 		if ( ! $asset)
 		{
 			$base .= '/'.Config::get('application.index');