/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/cache/cachebuffer.php

  • Committer: Suren A. Chilingaryan
  • Date: 2020-02-25 11:57:56 UTC
  • Revision ID: csa@suren.me-20200225115756-fvi07j4r7fiy090w
Fix reference to DATA in CACHEBuffer

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        $this->missing_counter = 0;
24
24
    }
25
25
    
26
 
    function Push(DATA &$v, $width) {
 
26
    function Push(CACHEBuffer &$v, $width) {
27
27
        if (!$v->n) {
28
28
            $this->missing_counter += $width;
29
29
            return;