Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
af6540b0
Commit
af6540b0
authored
Jan 22, 2010
by
Dries
Browse files
- Patch
#692302
by Crell: searching for the wrong extender subclass.
parent
ce40e98e
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/database/select.inc
View file @
af6540b0
...
...
@@ -970,7 +970,7 @@ public function havingCompile(DatabaseConnection $connection) {
/* Implementations of QueryExtendableInterface. */
public
function
extend
(
$extender_name
)
{
$override_class
=
__CLASS__
.
$this
->
connection
->
driver
();
$override_class
=
$extender_name
.
'_'
.
$this
->
connection
->
driver
();
if
(
class_exists
(
$override_class
))
{
$extender_name
=
$override_class
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment