[TYPO3-core] [Errored] TYPO3/TYPO3.CMS#2787 (master - 904dfaa)

Travis CI notifications at travis-ci.org
Mon Mar 24 17:59:54 CET 2014


Build Update for TYPO3/TYPO3.CMS
-------------------------------------

Build: #2787
Status: Errored

Duration: 14 minutes and 33 seconds
Commit: 904dfaa (master)
Author: Helmut Hummel
Message: [BUGFIX] Don't access property if subject is scalar

Trying to access a property if the subject is
a string, causes the class loader to be triggered
as is_callable is invoked.

We can avoid that by checking if the subject
is an object or array. We can neglect that
is_scalar also returns false for resource types
as this will not really happen in practice.

Resolves: #56993
Releases: 6.2
Change-Id: I94754cd919acc857cd9a8b8e486080c0bf567112
Reviewed-on: https://review.typo3.org/28586
Reviewed-by: Alexander Opitz
Tested-by: Alexander Opitz
Reviewed-by: Christian Weiske
Tested-by: Christian Weiske
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

View the changeset: https://github.com/TYPO3/TYPO3.CMS/compare/91187e10eef7...904dfaaae068

View the full build log and details: https://travis-ci.org/TYPO3/TYPO3.CMS/builds/21440145

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20140324/02e4ac4a/attachment.htm>


More information about the TYPO3-team-core mailing list