Development

#3918 (Var mispelling causes php notice in sfGeneratorManager.class.php)

You must first sign up to be able to contribute.

Ticket #3918 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Var mispelling causes php notice in sfGeneratorManager.class.php

Reported by: tbuet Assigned to: fabien
Priority: major Milestone: 1.1.1
Component: generator Version: 1.1.0
Keywords: Cc:
Qualification: Unreviewed

Description

On line 65:

throw new sfCacheException(sprintf('Failed to make cache directory "%s".', dirname($cache)));

Should be:

throw new sfCacheException(sprintf('Failed to make cache directory "%s".', dirname($path)));

Change History

07/05/08 19:28:28 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [10135]) 1.1: fixed notice. fixed #3918

07/05/08 19:28:51 changed by FabianLange

(In [10136]) 1.2: fixed notice. fixes #3918