Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having_id_is reference undefiend variable $value #224

Closed
maboiteaspam opened this issue Jun 26, 2014 · 1 comment
Closed

having_id_is reference undefiend variable $value #224

maboiteaspam opened this issue Jun 26, 2014 · 1 comment

Comments

@maboiteaspam
Copy link

hi,

in


        /**
         * Special method to query the table by its primary key.
         *
         * If primary key is compound, only the columns that
         * belong to they key will be used for the query
         */
        public function having_id_is($id) {
            return (is_array($this->_get_id_column_name())) ?
                $this->having($this->_get_compound_id_column_values($value)) :
                $this->having($this->_get_id_column_name(), $id);
        }

there is a reference to an undefined variable $value

@maboiteaspam maboiteaspam changed the title having_id_is having_id_is reference undefiend variable $value Jun 26, 2014
@treffynnon
Copy link
Collaborator

Thank you for for bug report - fixed in develop for now: a7f20ee

treffynnon added a commit that referenced this issue Oct 31, 2014
Correct incorrect copy and paste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants