Yiic Tries To Create Css Folder Twice, Throws Error

Hello,

I’m running into some issues trying to make a new webapp using yiic. It appears yiic is trying to create the CSS folder twice, resulting in PHP errors about the folder already existing.

Error

I’m running wampserver, with PHP 5.4.3.

EDIT: I temporarily fixed it by adding an "@" before mkdir() in CConsoleCommand.php, but I still feel this should be looked at.