~l3on/ubuntu/trusty/zend-framework/fix-1243568

« back to all changes in this revision

Viewing changes to library/Zend/Translate/Adapter.php

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Adig
  • Date: 2011-08-08 13:05:22 UTC
  • mfrom: (1.1.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808130522-ask8hw8c1kfg5h0f
Tags: 1.11.10-0ubuntu1
* New upstream bugfix release
  A complete list of bugfixes you can find here:
  http://framework.zend.com/changelog/1.11.10
* debian/control: Changed Orig Maintainer Name to Stephan Adig
* debian/copyright: Changed Name from Hermann to Adig

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * @subpackage Zend_Translate_Adapter
18
18
 * @copyright  Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
19
19
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
20
 
 * @version    $Id: Adapter.php 24215 2011-07-08 21:27:44Z guilhermeblanco $
 
20
 * @version    $Id: Adapter.php 24268 2011-07-25 14:47:42Z guilhermeblanco $
21
21
 */
22
22
 
23
23
/**
249
249
                new RecursiveRegexIterator(
250
250
                    new RecursiveDirectoryIterator($options['content'], RecursiveDirectoryIterator::KEY_AS_PATHNAME),
251
251
                    '/^(?!.*(\.svn|\.cvs)).*$/', RecursiveRegexIterator::MATCH
252
 
                )
 
252
                ),
 
253
                RecursiveIteratorIterator::SELF_FIRST
253
254
            );
254
255
            
255
256
            foreach ($iterator as $directory => $info) {